home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 001-100 / 001-025 / 002 / make / poster < prev    next >
Text File  |  1995-03-17  |  2KB  |  35 lines

  1. Article 1557 of net.sources:
  2. ion: version B 2.10.2 9/17/84 chuqui version 1.9 3/12/85; site unisoft.UUCP
  3. Posting-Version: version B 2.10.1 6/24/83; site utah-cs.UUCP
  4. Path: unisoft!dual!lll-crg!gymble!umcp-cs!seismo!utah-cs!brownc
  5. From: brownc@utah-cs.UUCP (Eric C. Brown)
  6. Newsgroups: net.sources
  7. Subject: A new version of MAKE for the IBM PC  (part 1 of 2)
  8. Message-ID: <3331@utah-cs.UUCP>
  9. Date: 8 May 85 03:52:00 GMT
  10. Date-Received: 10 May 85 15:48:37 GMT
  11. Organization: Univ of Utah CS Dept
  12. Lines: 1860
  13.  
  14. About a year ago, Landon Dyer posted a version of MAKE for the IBM PC.
  15. This had some problems, most notably that it would not directly execute
  16. programs.  Therefore, I hacked it up and added direct execution of programs
  17. and some features that I needed in a make, most notably, extraction 
  18. of files from archives.  This posting contains the MAKE sources and the
  19. sources for an archiver called LAR, which is similar to LU except that
  20. the date and time are preserved in the archive.  MAKE can examine LAR 
  21. format files and conditionally extract files from the archive.
  22.  
  23. Both MAKE and LAR were written in Wizard C.  They depend on a number
  24. of include files being present, and on a number of library functions. 
  25. Most of the dependencies are localized to LWTOL.C, execute.c, parsedir.c,
  26. and getdir.c.  Some functions such as _open, _close, _read, and _write
  27. are binary versions of the standard unix open, close, etc.
  28.  
  29. No guarantees are made about the portability of these programs.
  30.  
  31. Eric C. Brown
  32. brownc@utah-cs
  33. ..!seismo!utah-cs!brownc
  34.  
  35.